|
Log4j 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpl.psnc.expres.remote.protocol.MessageHeader
public class MessageHeader
MessageHeader class - this is a header in a communication protocol.
It contains all the common fields which are exchanged between modules. Please
note that some fields can be used depending on the context.
| Constructor Summary | |
|---|---|
MessageHeader()
Creates a new instance of MessageHeader |
|
MessageHeader(java.lang.String jobId,
java.lang.String experimentName)
Creates a new instance of MessageHeader |
|
| Method Summary | |
|---|---|
java.lang.String |
getCallbackLocation()
Get value of field: callbackLocation |
java.lang.String |
getExperimentName()
Get experiment name - in fact experiment identifier |
java.lang.String |
getJobId()
Get Job identifier - used to differentiate data in case where the same experiment data is being correlated at the same time, but with different parameters |
Sender |
getSenderCode()
Get value of field: senderCode |
java.lang.String |
getSenderLocation()
Get an URL of the message sender |
void |
setCallbackLocation(java.lang.String callbackLocation)
Set value of field: callbackLocation |
void |
setExperimentName(java.lang.String experimentName)
Set value of field: experimentName |
void |
setJobId(java.lang.String jobId)
Set value of field: jobId |
void |
setSenderCode(Sender senderCode)
Set value of field: senderCode |
void |
setSenderLocation(java.lang.String senderLocation)
Set value of field: senderLocation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MessageHeader()
MessageHeader
public MessageHeader(java.lang.String jobId,
java.lang.String experimentName)
MessageHeader
jobId - job identifierexperimentName - experiment name| Method Detail |
|---|
public java.lang.String getCallbackLocation()
public java.lang.String getExperimentName()
public java.lang.String getJobId()
public Sender getSenderCode()
public java.lang.String getSenderLocation()
public void setCallbackLocation(java.lang.String callbackLocation)
callbackLocation - the callbackLocation to setpublic void setExperimentName(java.lang.String experimentName)
experimentName - the experimentName to setpublic void setJobId(java.lang.String jobId)
jobId - the jobId to setpublic void setSenderCode(Sender senderCode)
senderCode - the senderCode to setpublic void setSenderLocation(java.lang.String senderLocation)
senderLocation - the senderLocation to set
|
Log4j 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||